knitr::opts_chunk$set( echo = TRUE, results = 'asis', fig.height = 3.5, fig.width = 4.5, out.width = "100%", warning = FALSE, fig.align = 'center', message = FALSE, dev = 'cairo_pdf' )
\begin{description} \item[batpigday] coding equivalent of groundhogday \end{description}
My time as a researcher has been too dominated by debugging.
\columnbreak
# load package library(metasim) library(kableExtra)
Simulate a meta-analysis dataset.
sim_n() %>% kable(booktabs = TRUE) %>% kable_styling( latex_options = c("striped", "HOLD_position"), full_width = TRUE, font_size = 25 )
sim_n(min_n = 10, max_n = 25)
\columnbreak
\small\printbibliography
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.